home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Misc / Mufs4514p.readme < prev    next >
Text File  |  2003-02-24  |  4KB  |  96 lines

  1. Short:    MultiUser patch for OS3.5/OS3.9 FastFileSystem
  2. Author:   Etienne Vogt (Etienne.Vogt@obspm.fr)
  3. Type:     util/misc
  4. Replaces: util/misc/mufs45*
  5.  
  6. Original MultiUser Author: Geert Uytterhoeven
  7.  
  8.  This is a patch to create a NSD compatible MultiUserFileSystem from the
  9. FastFileSystem provided with AmigaOS 3.5 or AmigaOS 3.9, allowing to use
  10. MultiUser with disks bigger than 4 Gb. Consequently you must own a copy
  11. of OS 3.5 or OS 3.9 to use this patch. OS 3.5 users are encouraged to get
  12. the BoingBag 2a archive from www.amiga.com as it contains an updated FFS
  13. (version 45.9 as in OS 3.9). Also, further improvements will only be
  14. available for the latest FFS release, since it takes too much time to
  15. also maintain outdated versions.
  16.  Note however that the MultiUserFileSystem generated through this patch
  17. will work on any Amiga with OS 2.04 or higher and also on 68000 systems.
  18.  
  19.  This patch was created through reverse engineering of the last version
  20. available of the MultiUserFileSystem (V40.11) to extract the modifications
  21. and insert them into the new V45 FFS. As it is a straight transposition,
  22. there are in particular no fixes yet for known bugs or security holes of the
  23. V40.11 muFS (such as the misfeature that allows anyone to create files in
  24. the root directory).
  25.  This is still an early beta release and I can't guarantee that it is safe to
  26. use. BACKUP YOUR DISKS BEFORE TRYING TO INSTALL THIS MULTIUSERFILESYSTEM ON
  27. YOUR AMIGA !!!
  28.  This patch is provided "as is" without any warranty, either expressed or
  29. implied. By using this patch, you accept the entire risk as to its quality
  30. and performance.
  31.  Only this archive may be freely redistributed. The MultiUserFileSystem
  32. generated by it contains code from the AmigaOS 3.5 or AmigaOS 3.9
  33. FastFileSystem and is thus subject to the same restrictions than AmigaOS
  34. itself.
  35.  
  36.  A previous version of mufs4514 patch archive contained wrong patch files that
  37. did not work. Make sure the .pch files are from 6-feb-2003 or later.
  38.  
  39. Installation
  40. ------------
  41.  
  42.  You must have OS 3.5 or 3.9 and the latest MultiUser distribution (1.8).
  43. First rename any existing MultiUserFileSystem in L: to MultiUserFileSystem.old,
  44. so you don't have to recreate it if something goes wrong. Now, check your
  45. current L:FastFileSystem revision with the version command:
  46.  
  47. version L:FastFileSystem
  48.  
  49.  Then, create the V45.x muFS with the spatch command included in this archive
  50. and the corresponding patch file. ffs451tomufs4514.pch is for the 45.1 FFS on
  51. the OS 3.5 CD, ffs459tomufs4514.pch is for the 45.9 FFS in 3.5 BB2 or on the
  52. OS 3.9 CD and ffs4513tomufs4514.pch is for the 45.13 FFS in 3.9 BB2. This
  53. example line is for the 45.13 FFS:
  54.  
  55. spatch -pffs4513tomufs4514.pch -oL:MultiUserFileSystem L:FastFileSystem
  56.  
  57.  Finally, use your favourite harddisk installation tool (HDToolBox from OS3.5
  58. for example) to install the new MultiUserFileSystem into your harddisk's rdb
  59. area.
  60.  
  61. Changes
  62. -------
  63.  
  64.  V45.14
  65.   Fixed the validator mismatched FreeMem() bug introduced in the 45.13 FFS.
  66.  
  67.  V45.13
  68.   Merged with the bugfixes in the 45.13 FFS of 3.9 BoingBag 2.
  69.   Forced buffer allocation in public memory to be VMM friendly.
  70.  
  71.  V45.10
  72.   All muFS patches transfered to the 45.9 FastFileSystem, I hope without
  73.   mistakes this time ;-).
  74.  
  75.  V45.5
  76.   Fixed a potential crash of the V45 FFS on 2.x systems. When displaying
  77.   an error requester, it opens intuition via the private V39 exec function
  78.   TaggedOpenLibrary(). The patch will change this to a regular OpenLibrary()
  79.   call.
  80.  
  81.  V45.4
  82.   Big security bug fixed ! Due to a bad check of the protection flags on
  83.   ACTION_DELETE, anyone could delete any file which had the owner delete
  84.   flag enabled, just like on the plain FFS. Didn't I told you that this
  85.   patch was still experimental >:-> ?
  86.   This bug was present is all previous versions of the V45 mufs patch,
  87.   but not in the original V40 version. Got there through careless cut &
  88.   paste :-/
  89.  
  90.  V45.3
  91.   Fixed a bad bug that caused muFS 45.2 to crash after being uninhibited.
  92.  
  93.  
  94.  For more information about MultiUser, please refer to the original MultiUser
  95. Release 1.8 documentation.
  96.